home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / BBS / VOTEME12.ZIP / VOTEME.DOC < prev    next >
Encoding:
Text File  |  1996-03-25  |  5.8 KB  |  144 lines

  1.                                 Vote Me! v1.2
  2.                           (c) 1996 Matthew Wilson
  3.  
  4.                                 Introduction
  5.                                 ------------
  6.  
  7.         Vote Me! is a program which allows users to create and vote on topics
  8. of their own choosing (a voting booth).  A voting booth can be a great
  9. addition to any BBS, allowing users to speak out or just have fun.  v1.1 is
  10. the first release of Vote Me! and is still being ßeta tested.  If you
  11. experience any problems with this program, feel free to contact me via one
  12. of the methods listed later in this document.
  13.  
  14.                                 Installation
  15.                                 ------------
  16.  
  17.         Installation of Vote Me! is simple.  The following instructions assume
  18. a basic knowledge of operating system and BBS software.
  19.  
  20. 1) Create a directory for the Vote Me! files.
  21.  
  22. 2) Unzip the archive into the new directory.
  23.  
  24. 3) Use a standard text editor to create a file called DOOR.CFG
  25.    This file should contain the following lines:
  26.  
  27. Drop file type 
  28. Path to drop file
  29. BBS Name
  30. SysOp's name
  31. Locked baud rate
  32.  
  33. Line 1:  The drop file type tells Vote Me! what BBS drop file to look for.
  34.          Valid entries are: GAP for door.sys
  35.                             WC for WildCat!
  36.                             TRIBBS
  37.                             WWIV
  38.                             PCB for PCBoard
  39.                             RBBS
  40.                             SF for Spitfire
  41.          Most BBS software is able to create a DOOR.SYS, so GAP is the
  42.          recommended setting.
  43.  
  44. Line 2:  This is the full path (including trailing backslash) to the drop
  45.          file specified in line 1.
  46.  
  47. Line 3:  This is the name of the BBS.
  48.  
  49. Line 4:  This is the SysOp's first and last name.
  50.  
  51. Line 5:  This is the locked baud rate of the serial port.  If the port is not
  52.          locked, enter 0.
  53.  
  54. 4) Create a batch file to call Vote Me! from the BBS.  The command line
  55.    format should be:
  56.  
  57.         VOTEME DOOR.CFG <NONSTANDARD-IRQ>
  58.  
  59.    where <NONSTANDARD-IRQ> is replaced by the value of a non standard IRQ if
  60.    applicable.  Note: Non standard IRQ's are normally not used.  If you are
  61.    unsure, try running Vote Me! without this parameter first.
  62.  
  63.                                 EXAMPLE DOOR.CFG
  64.                                 ----------------
  65. -----------------------------------------------------------------------------
  66. GAP
  67. C:\WILDCAT\WCWORK\NODE1\
  68. Midnight BBS
  69. Matthew Wilson
  70. 38400
  71. -----------------------------------------------------------------------------
  72.  
  73.                                 Multi Node BBS's
  74.                                 ----------------
  75.  
  76. Although Vote Me! currently is not currently multi node compatible, it is
  77. planned in future versions.  To run Vote Me on a Multi Node BBS, a separate
  78. DOOR.CFG must be created for each node, such as DOOR1.CFG, DOOR2.CFG, etc.
  79. The batch file called must reflect the node's unique CFG file.  Since I am
  80. only familiar with WildCat!, I cannot give installation instructions for each
  81. type of BBS software.  Note: though Vote Me! can be run on a multi-node BBS,
  82. the program itself is not multi-node compatible.  This means that no two
  83. users can be using the booth at the same time.  For proper operation,
  84. please make Vote Me! a single user door.
  85.  
  86.                                   Menu Files
  87.                                   ----------
  88.  
  89.         Two files are included in the archive, MENU.SCR and MENU.TXT.  These
  90. files represent the ANSI and ASCII menus respectively.  Feel free to edit
  91. these menus to your own taste.  If the files are not present, default menus
  92. will be displayed.
  93.  
  94.                                Memory Requirements
  95.                                -------------------
  96.  
  97.         To be safe, allow 350k of free memory to run Vote Me!
  98.                                 
  99.                                    ERROR.LOG
  100.                                    ---------
  101.  
  102.         Recoverable errors will generate a file called ERROR.LOG.  If
  103. persistant errors occur feel free to contact me for help.  Please note the
  104. error code in the log file when contacting me for help.
  105.  
  106.                                  Future Versions
  107.                                  ---------------
  108.  
  109.         What are my plans for future versions?  My list includes a profanity
  110. filter, ANSI bar graphs for ANSI callers, and an edit option so that the
  111. author (or SysOp) may edit any of aspects of a patricular booth.  Your
  112. comments and suggestions are also welcome.  Feel free to contact me for
  113. support or suggestions.  I will be more encouraged to work on the next
  114. version if I hear from the people who use it.
  115.  
  116.                                   Anything Else?
  117.                                   --------------
  118.  
  119.         Vote Me! was released as FREEWARE for a few reasons:  1) As a SysOp I
  120. know the costs of running a BBS.  It is my belief that FREEWARE helps out
  121. SysOps who run their BBS for Hobby.  2) As a student, I cannot guarantee
  122. quick bug-fixes.  My time is spread pretty thin, personal programming is done
  123. after all else is finished.  3) I'm not a greedy person!  :)
  124.  
  125.                                    Contacting me
  126.                                    -------------
  127.  
  128.                   Internet - MGW9539@TNTECH.EDU or
  129.                              MGWILSON@CSC.TNTECH.EDU
  130.  
  131.                   BBS -      Midnight BBS  (615) 372-0290
  132.  
  133.  
  134.                                     Legalities
  135.                                     ----------
  136.  
  137.         I am not responsible for any damages caused by the use of this
  138.  program.  Software is provided 'as is' and no warranty is expressed or
  139.  implied.  This software can not be reverse engineered or reverse compiled.
  140.  I cannot be held responsible for any bad luck or misfortune resulting from
  141.  but not limited to the responsibilities of being a SysOp.  Have a nice day¡
  142.  
  143.  
  144.